Crate iced_winit

source ·
Expand description

A windowing shell for Iced, on top of winit.

The native path of the Iced ecosystem

iced_winit offers some convenient abstractions on top of iced_native to quickstart development when using winit.

It exposes a renderer-agnostic [Application] trait that can be implemented and then run with a simple call. The use of this trait is optional.

Additionally, a conversion module is available for users that decide to implement a custom event loop.

Re-exports

pub use winit;
pub use clipboard::Clipboard;
pub use settings::Settings;
pub use iced_native::*;

Modules

Access the clipboard.
Convert winit types into iced_native types, and viceversa.
Configure your application.
Interact with the window of your application.

Structs

An event loop proxy that implements Sink.
A viewing region for displaying computer graphics.

Enums

An error that occurred while running an application.
The position of a window in a given screen.